git-jemalloc
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Thu, 4 Jul 2024 19:53:20 +0000 (21:53 +0200)
committerAurelien Jarno <aurel32@debian.org>
Thu, 4 Jul 2024 19:53:20 +0000 (21:53 +0200)
commit0ad5f59da41b73abb0d9a79bd85c195152dba71c
tree27950b9a9f676d23170348d81511edd2e5e0acee
parentc09aeb06f260eb1611445a5af981e18dcff317e1
git-jemalloc

commit 644aa127b9b42a899a12b6ccc6644bc035c231e3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 8 12:10:06 2023 +0200

    htl: Add support for static TSD data

    When using jemalloc, malloc() needs to use TSD, while libpthread
    initialization needs malloc(). Supporting a static TSD area allows jemalloc
    and libpthread to initialize together.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-jemalloc.diff
sysdeps/htl/pt-destroy-specific.c
sysdeps/htl/pt-getspecific.c
sysdeps/htl/pt-init-specific.c
sysdeps/htl/pt-key-create.c
sysdeps/htl/pt-key-delete.c
sysdeps/htl/pt-key.h
sysdeps/htl/pt-setspecific.c